how login one user with id in laravel

107

get id user login laravel -

use Auth;
$user_id = Auth::user()->id;

Comments

Submit
0 Comments